home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global exitReward, snapV, snapH
- if (exitReward = "hay") or (exitReward = "newsPaper") then
- set snapH to 474
- set snapV to 389
- else
- set snapH to 469
- set snapV to 374
- end if
- set the castNum of sprite 16 to the number of cast exitReward
- set the locV of sprite 16 to snapV
- set the locH of sprite 16 to snapH
- end
-